home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gamecube Preview CD ROM
/
04 - Gamecube Preview CD-ROM.iso
/
pc
/
site
/
gamecube.swf
/
scripts
/
DefineButton2_31
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-09-17
|
279 b
|
10 lines
on(press){
_root.currentgame = 6;
_root.gotoAndStop(3);
outSound.start();
_root.gamepage.over.gotoAndStop(_root.currentgame);
_root.gamepage.blur.gotoAndStop(_root.currentgame);
_root.gamepage.sharp.gotoAndStop(_root.currentgame);
_parent.play();
}